<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("pad.css") screen and (max-width: 1023px);
@import url("mobile.css") screen and (max-width: 767px);

/*  CSS initialization  */
body{font-family: "microsoft Yahei", Arial, Helvetica, sans-serif;padding-top: 60px;}
a{color:#333;transition:.3s;}
a:hover{text-decoration: none;transition:.3s;}
ul{padding: 0;}
li{list-style:none;}
.fl{float: left;}
.fr{float: right;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {*zoom: 1;}
.ovf{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.containerMe{padding:0;width: auto;margin: 0 auto;}
.container1920nav{max-width: 1920px;margin: 0 auto;padding-left: 15px;padding-right: 15px;}
.container1920{max-width: 1920px;margin: 0 auto;}

::-webkit-scrollbar {
    width: 3px; /*å¯¹åž‚ç›´æµåŠ¨æ¡æœ‰æ•ˆ*/
}
/*å®šä¹‰æ»šåŠ¨æ¡çš„è½¨é“é¢œè‰²ã€å†…é˜´å½±åŠåœ†è§’*/
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #abdce4;
    border-radius: 3px;
}
/*å®šä¹‰æ»‘å—é¢œè‰²ã€å†…é˜´å½±åŠåœ†è§’*/
::-webkit-scrollbar-thumb{
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #e83927;
}

/*  banner  */
.carousel{max-width: 1920px;margin: 0 auto;}
.carousel-control.left,.carousel-control.right{
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);}
.carousel-indicators li{width: 8px;height: 8px;background: #c9c9c9;border: 0px solid #c9c9c9;margin: 0 2px;}
.carousel-indicators .active{width: 8px;height: 8px;background: #183883;margin: 0 2px;border: 1px solid #ffffff;}
.carousel-indicators{bottom: 0px;}
.carousel-caption{bottom: 20px;}
.carousel-caption h3{font-size: 16px;}
.carousel-caption p{display: none;}

/*é¦–é¡µ*/
.Iwrap{overflow:visible;position: relative;}
.index-left{width:100%;height: 250px;position: relative;z-index: 9;background: #ffffff;padding: 0 10px;}
.index-right{width: 100%;height: 260px;background: #ecf0f1;}
/*line*/
.index-left-line{width: 36%;height: 3px;background: #d91618;}
.index-right-line{width: 64%;height: 3px;background: #183883;}
/*é¦–é¡µåˆ†ç±»æ–°é—»*/
.newWrap{text-align:left; width: 100%; }
.newWrap .hd{ height:40px; line-height:40px; padding:0; position:relative;
    border-bottom: 2px solid #dedfe2;margin-top: 22px;}
.newWrap .hd ul{ float:left; position:absolute; left:0; top:0; height:40px;  margin: 0;padding: 0;}
.newWrap .hd ul li{ float:left; margin:0 15px 0 0; cursor:pointer;font-weight: bold;color: #333333;  }
.newWrap .hd ul li.on{ height:40px;  background:#fff; border-bottom:2px solid #183883; }
.newWrap .bd ul{ zoom:1; margin: 0;padding: 20px 0; }
.newWrap .bd li{ height:36px; line-height:36px;font-size: 14px;position: relative;}
.newWrap .bd li .date{ float:left; color:#47475d; font-family: Impact,"microsoft Yahei", sans-serif;;position: absolute;left: 0;top: 0;}
.newWrap .bd li a{color: #47475d;padding: 0 30px 0 75px;display: block;}
.newWrap .bd li:hover a{color: #183883;}
/*é¦–é¡µå›¾æ–‡æ–°é—»*/
.newScrollWrap{ overflow:hidden; position:relative;}
.newScrollWrap .hd{ overflow:hidden;position: absolute;left: 0;bottom: 30px;z-index:99999;}
.newScrollWrap .hd ul{ float:none; overflow:hidden; zoom:1;padding: 0 0 0 15px;}
.newScrollWrap .hd ul li{ float:left;width:10px; height:10px; overflow:hidden; margin-right:10px; text-indent:-999px;
    cursor:pointer; background: #91c1cd; border-radius: 6px;}
.newScrollWrap .hd ul li.on{background: #183883 }
.newScrollWrap .bd{ padding:20px 10px;}
.newScrollWrap .newList li{ height:240px; }
.newScrollWrap .newList li .nl-img{overflow: hidden;height: 170px;}
.newScrollWrap .newList li .nl-img img{width: 100%;min-height: 170px;transition: .5s;}
.newScrollWrap .newList li h3{margin: 10px 0 10px 0;font-size: 18px;font-weight: bold;}
.newScrollWrap .newList li p.date{ color:#183883;font-size: 28px;font-family: Impact,"microsoft Yahei", sans-serif;;display: none}
.newScrollWrap .newList li p.txt{color: #47475d;font-size: 13px;height: 54px;line-height: 18px;overflow: hidden;display: none;}
.newScrollWrap .newList li a.more{color: #183883;font-size: 14px;display: none;}
.newScrollWrap .newList li:hover .nl-img img{transform: scale(1.1);transition: .5s;}
.newScrollWrap .newList li:hover h3{color: #183883;}
/*ä¸šåŠ¡å¸ƒå±€*/
.index-left-area,.index-right-area{height: 520px;background: none;border-bottom: none;}
.index-left-area{height: auto;background: #ecf0f1;}
.index-right-area{height: auto;background: #ffffff;padding: 10px;}
.il-title{margin-top: 40px;}
.il-title h3{font-weight: bold;color: #333333;margin-top: 0;}
.il-title p{font-size: 20px;color: #aeaec3;}
.il-txt{margin: 15px 0;color: #47475d;}
.il-txt h4{font-weight: bold;}
.il-txt p{line-height: 22px;}
.il-txt .ilt{margin: 15px 0 5px;}
.il-txt .ilt span.ib{padding: 0 30px 0 0;}
.il-txt .ilt span.i{font-size: 30px;font-family: Impact,"microsoft Yahei", sans-serif;;color: #183883;padding-right: 10px;}
.il-txt .ilt span sup{top: -1.2rem;}
/*ä¸šåŠ¡ä½“ç³»*/
.ir-txt{margin-top: 10px;}
.ir-txt p{margin: 0;line-height: 24px;}
.ir-txt strong{font-size: 18px;margin-top: 10px;display: block;}
ul.it-list{padding: 0;margin-top: 15px;}
ul.it-list li{width: 50%;background: #ecf0f1;float: left;text-align: center;border: 2px solid #ffffff;}
ul.it-list li a{display: block;color: #656577;padding: 15px 0;}
ul.it-list li a img.n{display: none;}
ul.it-list li h3{font-size: 18px;font-weight: bold;margin-top: 10px;}
ul.it-list li p{font-size: 14px;text-transform: uppercase;}
ul.it-list li:hover a{color:#fff;}
ul.it-list li:hover{background: #183883; }
ul.it-list li:hover a img.n{display: block;margin: 0 auto;}
ul.it-list li:hover a img.b{display: none;}
/*åˆä½œä¼™ä¼´*/
.friendWrap{background: #ecf0f1;padding: 30px 0;margin: 35px auto;}
.bx-wrapper{margin: 0 auto;}
.bx-wrapper .bx-pager{display: none;}
.bx-wrapper .bx-controls-direction a{width: 20px;height: 37px;}
.bx-wrapper .bx-prev,.bx-wrapper .bx-prev:hover{background: url(../images/btn_left.png) no-repeat left top;}
.bx-wrapper .bx-next,.bx-wrapper .bx-next:hover{background: url(../images/btn_right.png) no-repeat left top;}

/*footer*/
.footer{background: #1b1b1b;color: #cecece;position: relative;padding: 20px 0 30px;}
.f-nav{display: none;}
.f-info p{margin: 0 0 5px 0;}
.f-info p.f-tel span{font-size: 24px;font-family: Impact,"microsoft Yahei", sans-serif;;color: #ffffff;}
.website{position: relative;}
.webBtn{border: 1px solid #f9f9f9;width: 220px;height:32px;line-height:30px;padding:0 5px;color: #cecece;display: block;}
.webBtn .gh-gy{float: right;height: 30px;line-height: 30px;transition:.5s ease-in-out;}
.webBtn:hover,.webBtn:focus{color: #ffffff;}
.wB{position: absolute;left: 0;bottom: 24px;width: 220px;overflow: hidden;transition: .5s;opacity: 0;}
.block{height: auto;transition: .5s ease-in-out;opacity: 1;}
.webBtnOn .gh-gy{transform: rotate(180deg);transition: .5s;display: inline-block;}
ul.wBInner{padding: 12px;background: #f9f9f9;color: #47475d;}
ul.wBInner li{height: 28px;line-height: 28px;}
.weblogo{margin: 10px 0 0;}
.weblogo a{display: inline-block;float: left;}
.weblogo .f-logo{height: 40px;}
.weblogo .f-icon{width: 40px;height: 40px;}
.weblogo .icon-wx{background: url("../images/f_w.png") no-repeat top left;margin-left: 30px;}
.weblogo .icon-oa{background: url("../images/f_oa.png") no-repeat top left;margin-left: 10px;}
.weblogo .icon-email{background: url("../images/f_email.png") no-repeat top left;margin-left: 10px;}
.weblogo .icon-erp{background: url("../images/f_erp.png") no-repeat top left;margin-left: 10px;}
.weblogo .icon-apiot{background: url("../images/f_apiot.png") no-repeat top left;margin-left: 10px;}
/* side bar */
.sidebar-box{position: fixed;right: 5px;bottom: 100px;z-index: 9999;display: none;}
.sidebar{display:block;width: 48px;height: 48px;background-color: #fff;border: 1px solid #dfdfdf;margin-bottom: -1px;
    background-size: 100% 100%;background-position: top left;background-repeat: no-repeat;cursor: pointer;}
.sidebar:hover{background-color: #e2e2e2;}
.sidebar-qq{background-image: url("../images/side_qq.png");}
.sidebar-wx{background-image: url("../images/side_wx.png");}
.sidebar-tel{background-image: url("../images/side_tel.png");}
.sidebar-sq{background-image: url("../images/side_ly.png");}
.sidebar-top{background-image: url("../images/side_top.png");position: fixed;right: 10px;bottom: 53px;display: none;
    background-color: #959595;border-color: #959595;}
.sidebar-wx-hover{width: 138px;padding: 10px;border: 1px solid #ced2d3;display: none;position: absolute;right: 58px;
    top: 48px;background: #CED2D3;}
.sidebar-wx-hover img{width: 118px;}
.sidebar-wx:hover .sidebar-wx-hover{display: block;}
.sidebar-tel-hover{width:240px;height:60px;line-height:60px;padding: 0 15px;border: 1px solid #CED2D3;display: none;
    position: absolute;right: 58px;top: 48px;background: #CED2D3;font-size: 28px;color: #183883;text-align: center;
    font-family: Impact,"microsoft Yahei", sans-serif;;}
.sidebar-tel:hover .sidebar-tel-hover{display: block;}

/*é¡µç&nbsp;*/
.page{text-align: center;}
.page ul li{display:inline-block;margin: 0 4px;font-size: 13px;}
.page ul li a{padding: 5px 8px;background: #ecf0f1;text-align: center;border-radius: 2px;}
.page ul li.active a,.page ul li:hover a{color: #ffffff;background: #183883}

/*inner banner*/
.inner-banner{height: 60px;background-position: top center;background-repeat: no-repeat;background-size: auto 100%;}

/*inner nav*/
.nav-wrap{background: #ecf0f1;margin-top: 5px;}
.in-crumbs{display: none;}
.in-nav ul li{float: left;width: 33.33333%;text-align: center;height: 36px;line-height: 36px;}
.in-nav ul li a{display: block;background: #ecf0f1;}
.in-nav ul li.active a,.in-nav ul li:hover a{background: #183883;color: #ffffff;}

/*å…³äºŽæˆ‘ä»¬*/
.j-con{padding:15px 0px;}
.jc-title .jct01{font-size: 30px;color: #cad5d8;min-height:1px;text-transform: uppercase;}
.jc-title .jct02{font-size: 20px;color: #cad5d8;}
.jc-title .jct03{font-size: 20px;color: #183883;font-weight: bold;}
.jc-title .jct04{font-size: 20px;color: #d91617;font-family: Impact,"microsoft Yahei", sans-serif;}
.jc-wrap{padding: 15px 0;}
.jc-wrap img{max-width: 100%;}

/*å›¢é˜Ÿ*/
.ma-tab-pane{padding: 20px 0;}
.team-thumbnail{padding: 0;border: 0;border-radius: 0;position: relative;margin-bottom: 10px;}
.team-thumbnail .team-caption{position: absolute;left: 0;bottom: 0;padding: 0;background: rgba(0,0,0,.5);width: 100%;color: #ffffff;}
.team-thumbnail .team-caption h3{padding: 6px;margin: 0;font-size: 14px;font-weight: bold;}
.team-thumbnail .tj-caption{background: rgba(24,56,131,.8);}
.team-thumbnail .tj-caption h3{text-align: center;font-weight: 100;}
.team-thumbnail .team-caption p{display: none;}
div.team-item:nth-child(2n+1){padding-right: 5px;}
div.team-item:nth-child(2n){padding-left: 5px;}

/*å‘å±•åŽ†ç¨‹*/
.history-panel-group .history-panel + .history-panel{margin-top:5px;}
.history-panel-group .history-panel{border-radius: 0;background: #fff;border: none;-webkit-box-shadow:0 0 0 #fff;
    box-shadow:0 0 0 #fff;}
.history-panel &gt; .history-panel-heading{background-color: #ffffff;border: 2px solid #ecf0f1;padding: 0;}
.history-panel-collapse &gt; .history-panel-body{border-top: none!important;position: relative;padding: 15px 10px;}
.history-panel-title &gt; a{padding: 10px 10px;display: block;color:#d91617; }
.history-panel-title &gt; a span{font-family: Impact, "microsoft Yahei", sans-serif;padding-right: 10px;}
.history-panel-title &gt; a.collapsed{color: #183883;}
.history-line{position: absolute;top: 0;left: 10px;border-right:2px solid #ecf0f1;height: 100%;z-index: 0;}
.history-panel-body ul{position: relative;}
.history-panel-body ul li{border-left: 2px solid #d91617;margin: 6px 0;}
.history-panel-body ul p{padding-left: 10px;margin-bottom: 10px;color: #47475d;border-left: 2px solid #c02b2b;
    padding-left: 10px;font-size:15px;}
.history-panel-body ul span{color: #d91617;font-family: Impact, "microsoft Yahei", sans-serif;padding-right: 10px;padding-right:10px;}
.history-panel-body ul span strong{font-weight:100;}

/*èµ„è´¨è£èª‰*/
.honor-nav{width: 100%;background-color: #ecf0f1;margin-bottom: 15px;}
.honor-nav ul li{width: 30%;height: 40px;line-height: 40px;float: left;text-align: center;}
.honor-nav ul li a{display: block;}
.honor-nav ul li:hover a,.honor-nav ul li.active a{background: #183883;color: #ffffff;}
.honor-thumbnail{padding: 0;border-radius: 0;border: 2px solid #ecf0f1;margin-bottom: 10px;}
.honor-caption h3{margin: 0;font-size: 16px;font-weight: bold;color: #666666;}
.zl-caption h3{height: 36px;line-height: 18px;overflow: hidden;}
div.honor-list:nth-child(2n+1){padding-right: 5px;}
div.honor-list:nth-child(2n){padding-left: 5px;}
.honor-ge{border-bottom: 2px solid #ecf0f1;width: 100%;margin: 10px auto 20px;}

/*ä¼ä¸šæ–‡åŒ–*/
.culture-wrap{margin-bottom: 25px;}
.c-title{border-top: 3px solid #ecf0f1;padding-top: 3px;}
.c-title span{font-size: 16px;font-weight: bold;color: #183883;border-top: 3px solid #183883;padding-top: 3px}
.c-f-title{margin: 10px 0;}
.c-f-title h4{margin: 0;font-size: 18px;}
.c-f-title p{margin: 0;text-transform:uppercase;color: #c5c5c5; }

/*æ–°é—»*/
.newTwo{background: #ecf0f1;}
.new-ge{height:20px; }
.new-item{padding: 15px 0;}
.new-item .nl-img{overflow: hidden;}
.new-item .nl-img img{width: 100%;transition: .3s;}
.new-item .nl-img:hover img{transform: scale(1.05);transition: .3s;}
.new-item .nl-wb h3{font-size: 18px;font-weight: bold;margin-top: 10px;}
.new-item .nl-wb p.date{font-size: 16px;font-family: Impact, "microsoft Yahei", sans-serif;color: #183883;margin-bottom: 0;}
.new-item .nl-wb p.txt,.new-item .nl-wb a.more,.new-item .nl-icon{display: none;}

/*æ‹›è´¤çº³å£«*/
.job-wrap{margin-top: 20px;}
.search-wrap select{border:1px solid #ecf0f1;background: #fbfbfb;padding: 5px 0;}
.search-wrap input{background: #d91617;border-radius: 30px;color: #ffffff;padding: 7px 9px;border: none;}
.search-wrap input.tender-key{padding: 7px;width: 60%;border:1px solid #ecf0f1;background: #fbfbfb;border-radius: 0;
    color: #555555;}
.job-menu{display: none;}
.tender-menu{display: none;}
.job-panel-group .job-panel{border-radius: 0;border: none;background: #ecf0f1;}
.job-panel &gt; .job-panel-heading{background: #ecf0f1;}
.job-panel-title .job-z{font-size: 14px;padding: 5px}
.job-panel-title .job-down{display: none;}

/*é‡‡è´­*/
.tender-title .tt{display: block;font-weight: bold;}
.tender-wrap{margin: 0 0 25px;}
.tender-item{background: #ecf0f1;margin: 0 0 6px;}
.tender-item .tender-z{height: 24px;line-height: 24px;}

/*è”ç³»æˆ‘ä»¬*/
.contact{background: #ecf0f1;}
#dituContent{height: 200px;}
.contact-wrap{padding: 15px 0;background: #ffffff;margin: 15px 0;}
.contact-info{color: #47475d;}
.contact-info h4{color: #d91617;font-size: 20px;margin-bottom: 5px;margin-top: 0;}
.contact-info h5{font-size: 16px;margin-bottom: 5px;margin-top: 0;}
.contact-info h3{font-size: 20px;margin-bottom: 5px;}
.contact-info p{margin-bottom: 5px;}
.contact-tel{margin-top: 15px;}
.contact-tel p{margin-bottom: 0;}
.contact-tel h3{margin-top: 0;font-size: 24px;font-family: Impact, "microsoft Yahei", sans-serif;color: #d91617;}
.contact-other{background: #ffffff;margin: 15px 0;}
.co-item{border-bottom: 1px solid #e1e5e6;padding: 15px 10px;}
.co-item h3{font-size: 18px;font-weight: bold;margin-top: 0}
.co-item p{margin-bottom: 3px;}
.message{margin: 0 0 20px;}
.mw-input input{width: 100%;border: 1px solid #e1e5e6;padding: 8px;border-radius: 0;}
.mw-input,.mw-textarea{margin-bottom: 7px;}
.mw-textarea textarea{padding: 7px;width: 100%;border: 1px solid #e1e5e6;border-radius: 0;}
.mw-btn input{border: none;background: #d91617;color: #ffffff;padding: 7px 50px;border-radius: 0;}

/*ä¸šåŠ¡ä½“ç³»*/
.stick {position: fixed;top: 105px;width: 25%;}
.product{margin: 30px auto;}
.product-nav{display: none;}
.pd-item{margin: 40px 0;color: #47475d;}
.pd-item h3{color: #183883;height: 24px;line-height: 24px;margin-bottom: 15px;font-size: 20px;}
.pd-item .pd-icon{width: 28px;height: 24px;display: block;float: left;background-position: top left;background-size: 100% 100%;
    background-repeat: no-repeat;margin-right: 10px;}
.pd-item .pd-icon.pd-icon-js{background-image: url("../images/p_icon_01.png");}
.pd-item .pd-icon.pd-icon-fy{background-image: url("../images/p_icon_02.png");}
.pd-item .pd-icon.pd-icon-gy{background-image: url("../images/p_icon_03.png");}
.pd-item .pd-icon.pd-icon-xt{background-image: url("../images/p_icon_04.png");}
.pd-item .pd-icon.pd-icon-qt{background-image: url("../images/p_icon_05.png");}
.pd-item .pd-txt img{max-width: 100%;}
.product-lei{padding: 0 0 30px;}
.product-lei a{display: block;border-left: 3px solid #d91617;height: 15px;line-height: 15px;margin: 20px 0;
    padding-left: 5px;font-size: 15px;}
.product-lei a:hover{color: #d91617;}

/*è¯¦æƒ…*/
.details-wrap{max-width: 1000px;margin: 0 auto;}
.details-wrap .dw-title{font-size: 20px;font-weight: bold;margin-bottom: 15px;}
.details-wrap .dw-info{border-top: 1px dashed #D1D5D6;border-bottom: 1px dashed #D1D5D6;padding: 10px 0;}
.details-wrap .dw-info span{color: #888888;padding-right: 20px;}
.dw-txt{margin-top: 20px;}
.dw-txt img{max-width: 100%;}

/*æœç´¢é¡µé¢*/
.search-wrap1{padding: 25px 0 25px;}
.sw-title{background: #ecf0f1;padding: 10px 10px;}
.sw-title h3{font-size: 20px;color: #d91617;margin-top: 0;}
.sw-title h4{font-size: 18px;margin-top: 0;margin-bottom: 0;}
.sw-list{padding: 10px 0 15px;}
.sw-list li{border-bottom: 1px solid #ecf0f1;}
.sw-list li h4{font-size: 16px;font-weight: bold;color: #555555;transition: .5s;}
.sw-list li h4 span{font-weight:100;color:#999;}
.sw-list li:hover a h4{color: #d91617;transition: .5s;}
.sw-list li p{color: #888888;height: 46px;line-height: 23px;overflow: hidden;}


/* @media screen */
@media (min-width: 768px){
    body{padding-top: 84px;}
    .containerMe{width: 750px;}
    /*banner*/
    .carousel-caption{bottom: 10%;}
    .carousel-caption h3{font-size: 30px;}
    .carousel-caption p{font-size: 15px;display:block;width: 80%;margin: 20px auto 40px;}
    .carousel-indicators li{width: 10px;height: 10px;margin: 0 4px;}
    .carousel-indicators .active{width: 10px;height: 10px;margin: 0 4px;}
    .more-btn{width: 66%;}
    .more-btn .fl-btn{float: left;}
    .more-btn .fr-btn{float: right;}
    .more-btn a.btn{padding:8px 15px;}
    .more-btn a i.btn-icon{margin-left: 8px;}

    /*é¦–é¡µ*/
    .index-left{padding: 0 25px;}
    .index-right{padding: 0 15px;}
    .index-right-area{padding: 0 25px;}
    /*line*/
    .index-left-line{width: 36%;height: 3px;background: #d91618;}
    .index-right-line{width: 64%;height: 3px;background: #183883;}
    /*é¦–é¡µåˆ†ç±»æ–°é—»*/
    .newWrap .hd ul li{margin:0 35px 0 0; }
    /*é¦–é¡µå›¾æ–‡æ–°é—»*/
    .newScrollWrap .hd{bottom: 0px;}
    .newScrollWrap .hd ul{ padding: 0 0 0 25px;}
    .newScrollWrap .bd{ padding:40px 22px;}
    .newScrollWrap .newList li{ height:170px; }
    .newScrollWrap .newList li h3{margin: 0 0 10px 0;}
    .newScrollWrap .newList li p.date{display: block;}
    .newScrollWrap .newList li p.txt{display: block;}
    .newScrollWrap .newList li a.more{display: block;}
    /*ä¸šåŠ¡å¸ƒå±€*/
    .index-left-area img.iimg{margin-top: 30px;}
    /*ä¸šåŠ¡ä½“ç³»*/
    .ir-txt{margin-top: 30px;}
    .ir-txt p{margin: 0;line-height: 24px;}
    .ir-txt strong{font-size: 18px;margin-top: 10px;display: block;}
    ul.it-list{padding: 0;margin-top: 30px;}
    ul.it-list li{width: 20%;height: 248px;background: #ecf0f1;float: left;text-align: center;border-left: 2px solid #fff;
        border-right: 2px solid #fff;}
    ul.it-list li a{display: block;color: #656577;padding: 40px 0;}
    ul.it-list li a img.n{display: none;}
    ul.it-list li h3{font-size: 15px;font-weight: bold;margin-top: 30px;}
    ul.it-list li p{font-size: 15px;}
    ul.it-list li:hover a{color:#fff;}
    ul.it-list li:hover{background: #183883; }
    ul.it-list li:hover a img.n{display: block;margin: 0 auto;}
    ul.it-list li:hover a img.b{display: none;}
    .product-lei a{display: inline-block;margin-right: 30px;}
    .product-lei a:hover{color: #d91617;}

    /*footer*/
    .footer{background: #1b1b1b;color: #cecece;position: relative;padding: 30px 0 30px;}

    /*é¡µç&nbsp;*/
    .page ul li{margin: 0 4px;font-size: 14px;}
    .page ul li a{padding: 5px 12px;}

    /*inner banner*/
    .inner-banner{height: 90px;}

    /*inner nav*/
    .in-nav ul li{width: 25%;height: 40px;line-height: 40px;}

    /*å…³äºŽæˆ‘ä»¬*/
    .j-con{padding:20px 0;}
    .jc-wrap{padding: 20px 0;}

    /*å›¢é˜Ÿ*/
    .team-thumbnail{margin-bottom: 30px;}
    .team-thumbnail .team-caption{position: absolute;left: 0;bottom: 0;padding: 0;background: rgba(0,0,0,.5);width: 100%;
        transition: .3s;}
    .team-thumbnail .team-caption h3{padding: 6px;margin: 0;font-size: 16px;color: #ffffff;}
    .team-thumbnail .tj-caption{background: rgba(24,56,131,.8);}
    .team-thumbnail .team-caption p{color: #ffffff;padding: 0 6px;margin-bottom: 5px;}
    .team-thumbnail:hover .team-caption{padding: 10px 0;background: none;z-index: 1;color: #d8d8d8;}
    .team-thumbnail:hover .team-caption h3{font-size: 18px;margin-bottom: 10px;transition: .3s}
    .team-thumbnail:hover .team-caption p{display:block;}
    .team-thumbnail:hover .team-caption-bg{background: #000;position: absolute;top: 0;right: 0;left: 0;bottom: 0;
        opacity: .8;transition: .5s;}
    div.team-item:nth-child(2n+1){padding-right: 15px;}
    div.team-item:nth-child(2n){padding-left: 15px;}
    .team-thumbnail:hover .tj-caption{padding: 12px 0;background: rgba(24,46,131,.8);}
    .team-thumbnail:hover .tj-caption h3{font-size: 16px;transition: .3s}

    /*å‘å±•åŽ†ç¨‹*/
    .history-panel-collapse &gt; .history-panel-body{border-top: none!important;position: relative;padding: 15px 30px;}
    .history-panel-title &gt; a{padding: 15px 15px;}
    .history-line{left: 30px;}
    .history-panel-body ul p{padding-left: 10px;}

    /*èµ„è´¨è£èª‰*/
    .honor-nav{margin-bottom: 20px;}
    .honor-nav ul li{width:100px;height: 45px;line-height: 45px;}
    .honor-thumbnail{margin-bottom: 30px;}
    div.honor-list:nth-child(2n+1){padding-right: 15px;}
    div.honor-list:nth-child(2n){padding-left: 15px;}
    .honor-ge{margin: 10px auto 40px;}

    /*ä¼ä¸šæ–‡åŒ–*/
    .culture-wrap{margin-bottom: 30px;}
    .c-f-title{margin: 18px 0;}
    .c-f-title h4{margin: 0;font-size: 20px;}
    .c-f-title p{font-size: 16px; }

    /*æ–°é—»*/
    .new-item{height: 125px;}
    .new-item .nl-img{overflow: hidden;}
    .new-item .nl-img img{min-height: 95px;}
    .new-item .nl-wb h3{margin-top: 0;margin-bottom: 5px;}
    .new-item .nl-wb p.date{margin-bottom: 10px;}
    .new-item .nl-wb p.txt,.new-item .nl-icon{display: block;}
    .new-item .nl-wb p.txt{height: 40px;line-height: 20px;overflow: hidden;margin-bottom: 0;color: #47475d;}
    .nl-icon{text-align: right;line-height: 90px;}
    .nl-icon .Ricon{border: 2px solid #8a8a8a;border-radius: 50%;color: #8a8a8a;padding: 10px;font-size: 20px;}
    .nl-icon .Ricon:hover{color: #183883;border-color: #183883;}

    /*æ‹›è´¤çº³å£«*/
    .job-wrap{margin-top: 25px;}
    .search-wrap select{padding: 7px 0;width: 30%;}
    .search-wrap input{color: #ffffff;padding: 9px 40px;}
    .search-wrap input.tender-key{padding: 9px;}
    .job-menu{margin: 0;height: 40px;line-height: 40px;display: block;}
    .tender-menu{display: block;}
    .job-menu div{background: #183883;text-align: center;color: #ffffff;}
    .tender-menu div{text-align: left;}
    .job-panel-title .job-z{padding: 0 10px;height: 30px;line-height: 30px;text-align: center;}
    .job-panel-title .job-down{display: block;}
    .job-panel-title .job-down i.job-icon-down{border: 1px solid #8a8a8a;color: #8a8a8a;border-radius: 50%;padding: 2px;
        font-size: 12px;}
    .job-panel-collapse &gt; .job-panel-body{padding: 15px 25px;}

    /*é‡‡è´­*/
    .tender-item{background: #ecf0f1;margin: 4px 0 4px;}
    .tender-item .tender-z{height: 40px;line-height: 40px;}

    /*è”ç³»æˆ‘ä»¬*/
    #dituContent{height: 250px;}
    .contact-wrap{padding: 20px 0;margin: 25px 0;}
    .contact-info h4{font-size: 24px;}
    .contact-info h5{font-size: 18px;}
    .contact-info h3{font-size: 22px;}
    .contact-tel h3{font-size: 28px;}
    .co-item{border-bottom: 1px solid #e1e5e6;border-right: 1px solid #e1e5e5;padding: 15px 15px;}
    .message{margin: 15px 0 30px;}
    .mw-input input{padding: 10px;}
    .mw-input,.mw-textarea{margin-bottom: 10px;}
    .mw-textarea textarea{padding: 10px;}
    .mw-btn input{padding: 10px 80px;}
	.co-item p:nth-child(2){height:40px;line-height:20px;overflow:hidden}

    /*è¯¦æƒ…*/
    .details-wrap .dw-title{font-size: 22px;margin-bottom: 25px;}
    .details-wrap .dw-info{padding: 12px 0;}
    .details-wrap .dw-info span{padding-right: 50px;}
    .dw-txt{margin-top: 30px;}

    /*æœç´¢é¡µé¢*/
    .search-wrap1{padding: 25px 0 25px;}
    .sw-list{padding: 15px 0 35px;}
    .sw-list li{padding: 10px 0;}
    .sw-list li h3{margin-top: 0;}


}
@media (min-width: 992px){
    /*.container{width: 970px;}*/
    .containerMe{width: 970px;}
    /*banner*/
    .carousel-caption{bottom: 20%;}
    .carousel-caption h3{font-size: 36px;}
    .carousel-caption p{font-size: 15px;}
    .carousel-indicators li{width: 12px;height: 12px;margin: 0 5px;}
    .carousel-indicators .active{width: 12px;height: 12px;margin: 0 8px;}
    .carousel-indicators{bottom: 20px;}

    /*é¦–é¡µ*/
    .Ipg1{background: #ecf0f1;}
    .Ibg{position: absolute;top: 0;right: 64%;height: 250px;z-index: 0;width: 100%;background: #fff;}
    .Ibg1{display: none;}
    .index-left{width: 36%;height: 250px;position: relative;z-index: 9;background: #ffffff;bottom: -3px;
        border-bottom: 3px solid #d91618;padding: 0;}
    .index-right{width: 64%;height: 250px;padding: 0;}
    /*line*/
    .index-left-line{width: 36%;height: 3px;background: #d91618;}
    .index-right-line{width: 64%;height: 3px;background: #183883;}
    /*é¦–é¡µåˆ†ç±»æ–°é—»*/
    .newWrap .hd ul li{margin:0 35px 0 0;}
    /*é¦–é¡µå›¾æ–‡æ–°é—»*/
    .newScrollWrap .hd{bottom: 10px;}
    /*ä¸šåŠ¡å¸ƒå±€*/
    .Fbg{position: absolute;top: 0;right: 64%;height: 520px;z-index: 0;width: 100%;
        background:url("../images/bj.jpg") no-repeat top right;}
    .index-left-area{background:url("../images/bj.jpg") no-repeat top right;margin-top: -3px;height: 520px;border-bottom: none;}
    .index-right-area{padding: 0 0 0 35px;height: 520px;}
    .index-left-area img.iimg{margin-top: 0px;}
    .il-title{margin-top: 30px;}
    .il-txt{margin: 10px 0;color: #47475d;}
    .il-txt .ilt{margin: 10px 0 5px;}
    /*ä¸šåŠ¡ä½“ç³»*/
    .product-lei{padding: 0 0 50px;}
    .product-lei a{margin: 10px 40px 10px 0;padding-left: 10px;}

    /*footer*/
    .footer{padding: 40px 0 45px;}
    .f-nav{display: block;}
    .f-nav ul{padding: 0;}
    .f-nav ul li{float: left;margin-right: 15px;}
    .f-nav ul li h3{margin-top: 0;margin-bottom: 15px;}
    .f-nav ul li h3 a{color: #e6e6e6;font-size: 18px;}
    .f-nav ul li p a{color: #cecece;}
    .f-info p{margin: 0 0 8px 0;}
    .weblogo{margin: 15px 0 0;}
    .f-info p.f-tel span{font-size: 24px;}

    /*side bar*/
    .sidebar-box{display: block;}
    .sidebar-top{right: 5px;}

    /*é¡µç&nbsp;*/
    .page ul li a{padding: 8px 15px;}

    /*inner banner*/
    .inner-banner{height: 130px;}

    /*inner nav*/
    .nav-wrap{margin-top: 0;}
    .in-crumbs{display: block;height: 60px;line-height: 60px;text-align: right;}
    .in-crumbs .glyphicon-home{color: #183883;}
    .in-crumbs .glyphicon-menu-right{padding: 0 5px;}
    .in-nav ul li{width:auto;height: 60px;line-height: 60px;margin-right: 30px;}
    .in-nav ul li a{display: block;background: none;}
    .in-nav ul li.active a,.in-nav ul li:hover a{background: none;color: #333;border-bottom: 2px solid #183883;}

    /*å…³äºŽæˆ‘ä»¬*/
    .j-con{padding:50px 0px 40px;}
    .jc-title .jct01{font-size: 34px;margin-bottom: -10px;}
    .jc-title .jct02{font-size: 22px;}
    .jc-title .jct03{font-size: 22px;}
    .jc-title .jct04{font-size: 22px;}
    .jc-wrap{padding: 40px 0 0;}

    /*å›¢é˜Ÿ*/
    .team-thumbnail{margin-bottom:30px;}
    .team-thumbnail .team-caption h3{padding: 12px 10px;font-size: 18px;}
    .team-thumbnail .team-caption p{color: #ffffff;padding: 0 10px;margin-bottom: 10px;font-size: 15px;}
    .team-thumbnail:hover .team-caption{padding: 10px 0;}
    .team-thumbnail:hover .team-caption h3{font-size: 24px;margin-bottom: 0;}
    .team-thumbnail:hover .tj-caption h3{font-size: 18px;}

    /*å‘å±•åŽ†ç¨‹*/
    .history-panel-collapse &gt; .history-panel-body{border-top: none!important;position: relative;padding: 15px 60px;}
    .history-panel-title &gt; a{padding: 25px 45px;font-size: 20px;}
    .history-line{left: 60px;}
    .history-panel-body ul p{padding-left: 15px;margin-bottom: 15px;}

    /*èµ„è´¨è£èª‰*/
    .honor-nav{margin-bottom: 45px;}
    .honor-nav ul li{width: 140px;height: 50px;line-height: 50px;}
    .honor-thumbnail .honor-caption{padding: 15px;}
    .zl-caption h3{height: 44px;line-height: 22px;overflow: hidden;}
    .honor-caption h3{font-size: 17px;}
    .honor-ge{margin: 20px auto 50px;}

    /*ä¼ä¸šæ–‡åŒ–*/
    .culture-wrap{margin-bottom: 35px;}
    .c-title{padding-top: 6px;}
    .c-title span{font-size: 18px;padding-top: 6px}
    .c-f-title{margin: 30px 0;}
    .c-f-title h4{margin: 0;font-size: 24px;margin-bottom: 5px;}
    .c-f-title p{font-size: 18px; }

    /*æ–°é—»*/
    .new-ge{height: 30px;}
    .new-item{height: 250px;padding: 30px 0;}
    .new-item .nl-img img{min-height: 190px;}
    .new-item .nl-wb h3{margin-top: 15px;margin-bottom: 20px;font-size: 20px;}
    .new-item .nl-wb p.date{margin-bottom: 10px;font-size: 18px;}
    .new-item .nl-wb p.txt,.new-item .nl-icon{display: block;}
    .new-item .nl-wb p.txt{height: 78px;line-height: 26px;margin-bottom: 10px;}
    .nl-icon{line-height: 190px;}

    /*æ‹›è´¤çº³å£«*/
    .job-wrap{margin-top: 35px;}
    .search-wrap select{padding: 10px 0;}
    .search-wrap input{padding:12px 40px;}
    .search-wrap input.tender-key{padding: 12px 10px;}
    .job-menu{margin: 0;height: 50px;line-height: 50px;}
    .job-panel-title .job-z{height: 30px;line-height: 30px;}
    .job-panel-title .job-down i.job-icon-down{padding: 2px;font-size: 14px;}
    .job-panel-collapse &gt; .job-panel-body{padding: 25px 45px;}

    /*é‡‡è´­*/
    .tender-title .tt{font-size: 16px;}
    .tender-item{background: #ecf0f1;margin: 5px 0 5px;}
    .tender-item .tender-z{height: 50px;line-height: 50px;}

    /*è”ç³»æˆ‘ä»¬*/
    #dituContent{height: 300px;}
    .contact-wrap{padding: 20px 0;margin: 35px 0;}
    .contact-info h4{font-size: 28px;margin-top: 10px;}
    .contact-info h5{font-size: 20px;}
    .contact-info h3{font-size: 24px;margin-bottom: 10px;}
    .contact-info p{margin-bottom: 8px;}
    .contact-tel h3{font-size: 32px;}
    .co-item{padding: 35px 20px;}
    .co-item h3{font-size: 22px;margin-bottom: 15px;}
    .co-item p{margin-bottom: 5px;}
    .message{margin: 25px 0 50px;}
    .message-wrap{margin-top: 15px;}
    .mw-input,.mw-textarea{margin-bottom: 15px;}
    .mw-textarea textarea{height: 150px;}
    .mw-btn input{padding: 10px 80px;}

    /*ä¸šåŠ¡ä½“ç³»*/
    .product-wrap{position: relative;overflow: hidden;}
    .product{position: relative;margin: 50px auto;}
    .product-nav{display: block;}
    .product-detail{position: relative;/*height: 800px;margin-top: 10px;*/overflow: auto;}
    .pd-item{margin: 55px 0;color: #47475d;}
    .pd-item h3{color: #183883;height: 31px;line-height: 31px;margin-bottom: 25px;font-size: 24px;}
    .pd-item .pd-icon{width: 35px;height: 31px;margin-right: 10px;}
    .pro-navbar-default{background: #ffffff;border: none;}
    .pro-navbar-nav{width: 100%;}
    .pro-navbar-collapse.affix{position: fixed;top: 100px;}
    .pro-navbar-collapse.affix-bottom, .pro-navbar-collapse.affix {width: 213px;}
    .pro-navbar-collapse.affix-bottom{position: absolute;}
    .pro-navbar-nav li{float: none;border-bottom: 1px solid #ecf0f1;border-top: 1px solid #ecf0f1;margin-bottom: -1px;}
    .pro-navbar-default .pro-navbar-collapse{padding: 0;}
    .navbar-default .navbar-nav &gt; li &gt; a{color: #333333;font-size: 16px;}
    .pro-navbar-default .pro-navbar-nav &gt; .active &gt; a{color: #333333;}
    .pro-navbar-default .pro-navbar-nav &gt; .active &gt; a, .pro-navbar-default .pro-navbar-nav &gt; .active &gt; a:hover,
    .pro-navbar-default .pro-navbar-nav &gt; .active &gt; a:focus{color: #183883;border-left: 3px solid #183883;background: #ffffff;}
    .pro-navbar-nav &gt; li &gt;a.other-case{margin: 15px;background: #ecf0f1;padding: 10px 20px;border-radius: 5px;display: inline-block;}

    /*è¯¦æƒ…*/
    .details-wrap .dw-title{font-size: 24px;margin-bottom: 30px;}
    .details-wrap .dw-info{padding: 20px 0;}
    .details-wrap .dw-info span{padding-right: 100px;}
    .dw-txt{margin-top: 40px;}

    /*æœç´¢é¡µé¢*/
    .sw-list li p{height: 50px;line-height: 25px;}
	.sw-list li h4 span{padding-right:20px;}
	
	
@media (min-width: 1200px){
    /*.container{width: 1170px;}*/
    .containerMe{width: 1170px;}
    /*banner*/
    .carousel-caption{bottom: 25%;}
    .carousel-caption h3{font-size: 44px;}
    .carousel-caption p{font-size: 15px;width: 60%;margin: 30px auto 60px;}
    .more-btn{width: 40%;}
    /*ä¸šåŠ¡å¸ƒå±€*/
    .il-title{margin-top: 40px;}
    .il-txt{margin: 15px 0;color: #47475d;}
    .il-txt .ilt{margin: 15px 0 5px;}

    /*footer*/
    .footer{padding: 45px 0 45px;}
    .f-nav ul li{margin-right: 45px;}
    .f-nav ul li h3 a{font-size:20px;}
    .f-info p{margin: 0 0 10px 0;}
    .f-info p.f-tel span{font-size: 26px;}

    /*inner banner*/
    .inner-banner{height: 170px;}

    /*inner nav*/
    .in-crumbs{height: 70px;line-height: 70px;}
    .in-nav ul li{width:auto;height: 70px;line-height: 70px;margin-right: 50px;}

    /*å…³äºŽæˆ‘ä»¬*/
    .j-con{padding:60px 0px 50px;}
    .jc-title .jct01{font-size: 40px;}
    .jc-title .jct02{font-size: 28px;}
    .jc-title .jct03{font-size: 28px;}
    .jc-title .jct04{font-size: 28px;}
    .jc-wrap{padding: 50px 0 0;}

    /*å‘å±•åŽ†ç¨‹*/
    .history-panel-group .history-panel + .history-panel{margin-top:10px;}
    .history-panel &gt; .history-panel-heading{border: 3px solid #ecf0f1;padding: 0;}
    .history-panel-collapse &gt; .history-panel-body{padding: 25px 70px;}
    .history-panel-title &gt; a{padding: 35px 45px;font-size: 24px;}
    .history-panel-title &gt; a span{padding-right: 15px;}
    .history-line{left: 70px;}
    .history-panel-body ul p{padding-left: 20px;margin-bottom: 20px;}

    /*èµ„è´¨è£èª‰*/
    .honor-nav{margin-bottom: 50px;}
    .honor-nav ul li{width:180px;height: 60px;line-height:60px;}

    /*ä¼ä¸šæ–‡åŒ–*/
    .culture-wrap{margin-bottom: 55px;}

    /*æ–°é—»*/
    .new-item{height: 290px;padding: 40px 0;}
    .new-item .nl-img img{min-height: 210px;}
    .new-item .nl-wb h3{font-size: 22px;margin-top: 25px;}
    .new-item .nl-wb p.date{font-size: 20px;}
    .nl-icon{text-align: right;line-height: 210px;}

    /*æ‹›è´¤çº³å£«*/
    .job-wrap{margin-top: 40px;}
    .search-wrap select{padding: 12px 0;}
    .search-wrap input{padding:14px 45px;}
    .search-wrap input.tender-key{padding: 14px 10px;}
    .job-menu{margin: 0;height: 60px;line-height: 60px;}
    .job-panel-title .job-z{height: 34px;line-height: 34px;}
    .job-panel-title .job-down i.job-icon-down{padding: 2px;font-size: 15px;}
    .job-panel-collapse &gt; .job-panel-body{padding: 25px 60px;}

    /*é‡‡è´­*/
    .tender-item{background: #ecf0f1;margin: 6px 0 6px;}
    .tender-item .tender-z{height: 60px;line-height: 60px;}

    /*è”ç³»æˆ‘ä»¬*/
    #dituContent{height: 350px;}
    .contact-wrap{margin: 45px 0;}
    .contact-info h4{font-size: 32px;margin-top: 25px;}
    .contact-info h3{margin-top: 35px;}
    .contact-tel h3{font-size: 36px;}
    .co-item{padding: 45px 30px;}
    .co-item h3{margin-bottom: 25px;}
    .message{margin: 30px 0 50px;}
    .message-wrap{margin-top: 30px;}
    .mw-input,.mw-textarea{margin-bottom: 20px;}
    .mw-textarea textarea{height: 190px;}
    .mw-btn input{padding: 10px 100px;}

    /*ä¸šåŠ¡ä½“ç³»*/
    .pd-item{margin: 70px 0;color: #47475d;}
    .pro-navbar-collapse.affix-bottom, .pro-navbar-collapse.affix {width: 263px;}

    /*æœç´¢é¡µé¢*/
    .search-wrap1{padding: 35px 0 35px;}
    .sw-title h3{font-size: 24px;}
    .sw-title h4{font-size: 22px;}

}
</pre></body></html>